
/*
   Heaven's Gate
   A WhiteCap 3.0 config
   by Ric Ewing
*/

Resn=15,

Durn="5.5",

CamX="100 * cos( .3 * t )",
CamY="100 * sin( .3 * t )",
CamZ="40",

CmLX="0",
CmLY="0",
CmLZ="-50",

CUpX="0",
CUpY="0",
CUpZ="1",

R="1 - dt",
G="1 - dt*2",
B="0",

LvlR="1",
LvlG="1",
LvlB="1",

widt=600,heig=360,

ConL=0,ConB=0,

LWdt="5",

Fall=".02",

Blrs=1,BlrB=4,

/* Since this is one of those configs that squish bins together, save CPU time by reducing the number of "s steps/increments" per sound sample.  (There are 32 bins in 3.0)  */
Stps=16,

C0="PI * 0.5 * dt",
C1="cos( c0 )",
C2="sin( c0 )",
C3="(4 + (20 * dt))",

D0="c3 * mag( s )",
D1="cos( 3.14159265 * s )",
D2="sin( 3.14159265 * s )",
D3="d1 + 120 + d1 * d0",

X="c1 * d3",
Y="c2 * d3",
Z="d2 * ( 1 + 2 * d0 )",


Scal="400",
ScSz=1,
Pers="150",


Vers=30